@@ -0,0 +1,20 @@  | 
            ||
| 1 | 
                +# -*- coding: utf-8 -*-  | 
            |
| 2 | 
                +# Generated by Django 1.11.29 on 2021-01-05 08:31  | 
            |
| 3 | 
                +from __future__ import unicode_literals  | 
            |
| 4 | 
                +  | 
            |
| 5 | 
                +from django.db import migrations, models  | 
            |
| 6 | 
                +  | 
            |
| 7 | 
                +  | 
            |
| 8 | 
                +class Migration(migrations.Migration):  | 
            |
| 9 | 
                +  | 
            |
| 10 | 
                + dependencies = [  | 
            |
| 11 | 
                +        ('logs', '0014_complementcodeloginfo_audit_status'),
               | 
            |
| 12 | 
                + ]  | 
            |
| 13 | 
                +  | 
            |
| 14 | 
                + operations = [  | 
            |
| 15 | 
                + migrations.AddField(  | 
            |
| 16 | 
                + model_name='complementcodeloginfo',  | 
            |
| 17 | 
                + name='is_contacted',  | 
            |
| 18 | 
                + field=models.BooleanField(default=False, help_text='\u662f\u5426\u5df2\u8054\u7cfb\u7528\u6237', verbose_name='is_contacted'),  | 
            |
| 19 | 
                + ),  | 
            |
| 20 | 
                + ]  |